Mac の環境構築メモ
#Mac
step 0: Mac の初期設定
step 1 : Homebrew
https://brew.sh/
terminal に以下のコマンドを打って Enter
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
参考
Homebrew って何が便利なの?
step 2: brew bundle
Brewfile に書かれているソフトを一括でインストールできます
brew bundle の使い方
Macの ~/ 配下に .Brewfile を配置し,terminal に brew bundle と打ち込む
(Brewfile のあるディレクトリ,つまり,home ディレクトリ上で)
参考
https://shiopon.hatenablog.jp/entry/2019/01/02/025701
https://engineers.weddingpark.co.jp/homebrew-bundle/
おすすめの基本的なBrewfile
step 3: fortran101
(under dev.)